home *** CD-ROM | disk | FTP | other *** search
/ Effective Web Animation / Addison-Wesley-EffectiveWebAnimation-1999.bin / mac / BookFiles / Chapter 10 / rendrboysabyss.swf / scripts / DefineButton2_80 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  1999-02-02  |  101b  |  8 lines

  1. on(rollOut){
  2.    tellTarget("TextScreen")
  3.    {
  4.       gotoAndStop("Home");
  5.       play();
  6.    }
  7. }
  8.